projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c22c35
)
Link to xaw3d if available.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:35:14 +0000
(17:35 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:35:14 +0000
(17:35 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 023a9bbfdf4b29363f94774b6092458848417f61..a5ac1094aec1d875d5f46e3fd547c1b662c24dbd 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-72,8
+72,13
@@
Boston, MA 02110-1301, USA. */
#include <X11/Shell.h>
#ifndef USE_MOTIF
+#ifdef HAVE_XAW3D
+#include <X11/Xaw3d/Paned.h>
+#include <X11/Xaw/Label.h>
+#else /* !HAVE_XAW3D */
#include <X11/Xaw/Paned.h>
#include <X11/Xaw/Label.h>
+#endif /* HAVE_XAW3D */
#endif /* USE_MOTIF */
#ifdef USG